home *** CD-ROM | disk | FTP | other *** search
/ RenderWare 2003 Press Disc / RenderWare.bin / renderwarestudio / renderwarestudio_presentation.swf / scripts / DefineButton2_211 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2003-02-25  |  95 b   |  7 lines

  1. on(rollOver){
  2.    tellTarget("/artistenvironment")
  3.    {
  4.       gotoAndStop("Show");
  5.    }
  6. }
  7.